projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca30d22
)
Minor docstring language fix
author
Reuben Thomas
<rrt@sc3d.org>
Fri, 25 Aug 2017 12:46:50 +0000
(13:46 +0100)
committer
Reuben Thomas
<rrt@sc3d.org>
Fri, 25 Aug 2017 12:49:06 +0000
(13:49 +0100)
* lisp/progmodes/sh-script.el (sh-show-indent): Remove spurious “the”.
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index c16011df0e439e1b26116e0f500c767b4d769527..24fba1505f54115450eea2697dec76a16a2b0fc5 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-3382,7
+3382,7
@@
If INFO is supplied it is used, else it is calculated from current line."
(if msg (message "%s" msg) (message nil))))
(defun sh-show-indent (arg)
- "Show
the
how the current line would be indented.
+ "Show how the current line would be indented.
This tells you which variable, if any, controls the indentation of
this line.
If optional arg ARG is non-null (called interactively with a prefix),